EMT Practice Test

1. Question Content...


Question List

Question1: Consider the out-of-the-box (OOTB) entity in this diagram:

A:

B:

C:

D:

Question2: Which two of the following statements about post-processing informational messages are true?

Question3: The variable project.package stores the root name of the Cúram application, for example, project.package=serverworkshop.
This variable is stored in which file?

Question4: Let's say that an application's Server Components folder contains the following components: Appeals, core, ISScreening, and MyProj.
What is the minimum path for the SERVER_COMPONENT_ORDER to ensure that files in MyProj are preferred to files in Appeals, files in Appeals are preferred to files on ISScreening, and files in ISScreening are preferred to files in core?

Question5: Which statement concerning Image customization is correct?

Question6: Consider the interface and Guice binding in the example.

Which statement about the Guice binding is correct?

Question7: Examine the entries in the respective MyMessages.xml files in each of the following components: core, custom, and mycomponent directory.



The SERVER_COMPONENT_ORDER variable is set as follows:
SERVER_COMPONENT_ORDER=mycomponent,custom.
Which identifier\message pair(s) will be generated?

Question8: Which two of the following are valid stereotypes for Process and Façade methods? (Choose two.)

Question9: Which statement about UIM pages is correct?

Question10: Which two of the following steps are valid when customizing a handcrafted service layer class using the Event pattern? (Choose two.)

Question11: An entity class MyEntity includes non-database methods (defined using the <<blank>> stereotype).
Which Java class contains the implementation of these methods?

Question12: Consider the message file in an out-of-the-box (OOTB) component.

Which customization is the correct way to remove ERR_TEST?
A:

B:

C:

D:

Question13: An entity class is subclassed by performing which of the following?

Question14: Examine the files above. If the CLIENT_COMPONENT_ORDER=MyProj,Appeals,core, which output represents curam-config.xml after the build client?

A:

B:

C:

D:

Question15: Examine this section of a Curam model and the setting for project.package:


Which two of the following Java classes will be generated by a build? (Choose two.)

Question16: A Custom Widget Development Framework allows a developer to:

Question17: Which two of the following statements about performing JUnit testing in Cúram are true? (Choose two.)

Question18: Which statement BEST reflects the transaction-handling response of the Cúram server to a RecordNotFoundException?

Question19: Which two of the following method stereotypes support optimistic locking? (Choose two.)

Question20: Which statement about configuring non-source code artifacts using the Administration Suite is true?

Question21: Which statement about Domain Definitions is true?

Question22: Which two of the following statements about modifying DMX files are true? (Choose two.)

Question23: Suppose that MessageFile.xml contains the following message identifier:
ERR_ENTRY_NOT_FOUND
Which of the following is the valid way to create a Cúram exception that uses this message?

Question24: When customizing an out-of-the-box (OOTB) Data Manager XML (DMX) file in Cúram, which statement is true?

Question25: Which of the following is a valid way to ensure that a value is always provided for a mandatory attribute?

Question26: A developer needs to identify the unique validation reference for a validation.
Which two of the following steps would s/he perform? (Choose two.)